github.com/golang/protobuf/jsonpb.jsonWriter.marshalValue (method)

5 uses

	github.com/golang/protobuf/jsonpb (current package)
		encode.go#L167: 		return w.marshalValue(fd, m.Get(fd), indent)
		encode.go#L216: 		return w.marshalValue(fd, m.Get(fd), indent)
		encode.go#L220: 		return w.marshalValue(fd, m.Get(fd), indent)
		encode.go#L417: 	return w.marshalValue(fd, v, indent)
		encode.go#L420: func (w *jsonWriter) marshalValue(fd protoreflect.FieldDescriptor, v protoreflect.Value, indent string) error {